home *** CD-ROM | disk | FTP | other *** search
- <HTML><HEAD>
- <TITLE>$${ApplicationName} - Upload File</TITLE>
- </HEAD><BODY bgcolor="ffffff">
-
- <FONT size="+1">$${ApplicationName}</FONT> <BR>
- <FONT size="+2"><B>Upload File</B></FONT>
-
- <P>
-
- <FORM action="$${SafeApplicationName}_FileAction.cfm" method="post" enctype="multipart/form-data">
-
- <TABLE cellspacing=10>
-
- <TR>
- <TD valign="top" nowrap><B>Upload as</B>:</TD>
- <TD valign="top">
- <INPUT type="text" name="ServerFile"> <BR>
- <FONT size=-1>
- - Use this field if you want to change the name of the file
- stored in the library. Otherwise leave blank.
- </FONT>
- </TD>
- </TR>
-
- <TR>
- <TD valign="top" nowrap><B>File</B>:</TD>
- <TD valign="top">
- <INPUT type="file" name="UploadedFile" size=30> <BR>
- <FONT size=-1>
- - Use the 'Browse...' button to locate the file on your local file system.
- </FONT>
- </TD>
- </TR>
-
- <TR>
- <TD colspan=2 align="center">
- <INPUT type="submit" value=" Upload File ">
- </TD>
- </TR>
-
- </TABLE>
-
- </FORM>
-
- [<A href="$${SafeApplicationName}_FileLibrary.cfm">Library</A>]
-
- </BODY></HTML>